home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / TURB_VIS / MACROS / MACHELP.PAS < prev    next >
Pascal/Delphi Source File  |  1992-01-31  |  189b  |  15 lines

  1. unit machelp;
  2.  
  3. interface
  4.  
  5. const
  6.  
  7.   hcDeleting             = 6;
  8.   hcMacros               = 3;
  9.   hcPlayback             = 5;
  10.   hcRecording            = 4;
  11.  
  12. implementation
  13.  
  14. end.
  15.